From: Andreas Tille Date: Mon, 20 Jul 2015 13:06:12 +0000 (+0200) Subject: Try enhancing build time testing X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~299 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Programmet/%22http:/www.example.com/cgi/%22https:/%22Programmet?a=commitdiff_plain;h=960784b7ab3d83e67d1a13af88a835dcd045dc09;p=python-pysam.git Try enhancing build time testing --- diff --git a/debian/rules b/debian/rules index 2e5d279..e44c18e 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,9 @@ override_dh_auto_clean: $(MAKE) -C tests/pysam_data clean override_dh_auto_test: - dh_auto_test -- -s custom --test-args='{interpreter} setup.py nosetests' + PYBUILD_SYSTEM=custom \ + PYBUILD_TEST_ARGS="cd tests && {interpreter} pysam_test.py" dh_auto_test || + echo "Ignoring test failures" get-orig-source: uscan --verbose --force-download --repack --compression xz